Called when visiting PolylineTo operators.
Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx
SyntaxC#
Copy Code
|
|---|
public abstract void PolylineTo ( |
Visual Basic
Copy Code
|
|---|
Public MustOverride Sub PolylineTo( _ |
The x-coordinate of the last point of the polyline.
The y-coordinate of the last point of the polyline.
An array of coordinates describing the points of the polyline.
See Also